home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 019a / rvb101.zip / RVB.DOC next >
Text File  |  1993-03-31  |  1KB  |  38 lines

  1. RVB-RView Batch, Version 1.01                           31-Mar-93
  2.  
  3.  
  4. Here's a simple utility that does little more than return a unique
  5. ERRORLEVEL code based on archive format.  Does a cursory check for invalid
  6. archives.  Currently supported are ARC, ARJ, HYP, LZH, LZS, PAK, SQZ, ZIP &
  7. ZOO.  Free program.
  8.  
  9. Usage:  RVB filename.ext
  10.  
  11. Returns:  0  not recognized
  12.           1  ARC
  13.           2  ARJ
  14.           3  HYP
  15.           4  LZH
  16.           5  LZS
  17.           6  PAK
  18.           7  SQZ
  19.           8  ZIP
  20.           9  ZOO
  21.  
  22.           code + 100 for archive error
  23.  
  24. See included TEST.BAT for an illustration of how to use the ERRORLEVELS in a
  25. batch file.
  26.  
  27. This program was written at the request of Ken McKinlay [71531,3150], and
  28. uses routines common to my RV and RVS programs - thus RVB.  The development
  29. cycle was brief, and testing, probably incomplete.
  30.         
  31. --
  32.  
  33.                 Raymond T. Kaya
  34.                 P. O. Box 1436
  35.                 Honolulu, HI  96806
  36.  
  37.                 CompuServe:  71230,2500
  38.